home *** CD-ROM | disk | FTP | other *** search
- #!/usr/local/bin/pcgi-wrapper
-
- # example pcgi info file - JeffBauer@bigfoot.com
- # substitute 'BogusDirectory' with appropriate path
- # and subsitute the correct path to your Python binary
- # for PCGI_EXE.
- #
- # To invoke from browser: http://.../cgi-bin/pcgitest/getTime
-
- PCGI_EXE=/usr/local/bin/python
- PCGI_PUBLISHER=/BogusDirectory/pcgi_publisher.py
- PCGI_MODULE_PATH=/BogusDirectory/pcgitime.py
- PCGI_SOCKET_FILE=/tmp/pcgitest.socket
- PCGI_PID_FILE=/tmp/pcgitest.pid
-
-
-